/* font-family */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/* import files */
@import url("../css/header_footer.css");

html, body{
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body{
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 1.5;   
}
a:hover{
  color: #085CA2;
}
a, a:hover{
  text-decoration: none;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.form-control::-webkit-input-placeholder {  
  color: #8C8C8C;
}
.form-control::-moz-placeholder {  
  color: #8C8C8C;
}
.form-control::-ms-input-placeholder {  
  color: #8C8C8C;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.error{
  font-size: 12px;
  color: red;
  padding: 3px 15px;
}
main{
  padding: 83px 0 0;
}

/*------ AUTHENTICATION FLOW ------*/
.auth_login {
  width: 100%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
.auth_blog {
  height: 90vh;
  max-width: 456px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 30px 0;
}
.auth_headbx, .auth_headbx img{
  margin-bottom: 30px;
}
.auth_headbx h1{
  font-size: 26px;
  font-weight: 700;
  color: #151515;
  margin-bottom: 10px;  
}
.auth_headbx p{
  font-size: 16px;
  font-weight: 400;
  color: #151515;
  margin-bottom: 0;
}
.auth_box label{
  font-size: 16px;
  font-weight: 500;
  color: #151515;
  display: block;
}
.auth_box .form-control{
  font-size: 14px;
  font-weight: 600;
  color: #151515;
  background: #FBFBFB;
  border: 0.8px solid #DCDCDC;
  border-radius: 22px;
  display: block;
  padding: 20px 20px 20px 55px;
  width: 100%;
  height: auto;
  line-height: normal;
}
.auth_box .form-control:focus{
  border: 1.5px solid #27B19A;
  box-shadow: unset;
  outline: none;
}
.auth_object {
  width: 36px;
  height: 36px;
  background: #EDEDED;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 12px;  
}
.toggle-hide-show{
  color: #8C8C8C;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 15px;
  height: fit-content;
  cursor: pointer;
}
.field_filled .form-control, .field_active .form-control{
  border: 1.5px solid #27B19A;
  background: transparent;
}
.field_filled .auth_object, .field_active .auth_object{
  background: rgb(39 177 154 / 10%);
}
.field_filled svg path, .field_active svg path{
  stroke: #27B19A;
}
.field_filled .toggle-hide-show, .field_active .toggle-hide-show{
  color: #27B19A;
}
.interlink {
  font-size: 16px;
  font-weight: 500;
  color: #151515;
  display: block;
  text-align: center;
  margin: 30px 0 0;
}
.interlink:hover {
  color: #27b19a;
  font-weight: 600;
}
.auth_btn {
  box-shadow: 0px 4px 9px 0px #27B19A3B;
  background: #27B19A;
  border: 2px solid #27B19A;
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  border-radius: 22px;
  text-align: center;
  padding: 18px 10px;
  line-height: normal;
  margin: 30px 0 0;
}
.auth_btn:hover {
  color: #27B19A;
  background: #FFFFFF;
}
.signup_link {
  margin: 30px 0 0;
  font-size: 16px;
  font-weight: 400;
  color: #151515;
  display: block;
  text-align: center;
}
.signup_link a {
  font-weight: 700;
  color: #F97E49;
}
.signup_link a:hover {
  color: #27b19a;
}
/* select 2 dropdown */
.select2-search--dropdown{
  display: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #27b19a;
  color: white;
}
.select2-container--default .select2-selection--single{
  background-color: transparent;
  border: none;
  border-radius: unset;
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 0 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  font-weight: 600;
  color: #8C8C8C !important;
  padding: 0;
}
.custom_selectjs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 600;
  color: #151515;
  background: #FBFBFB;
  border: 0.8px solid #DCDCDC;
  border-radius: 22px;
  padding: 10px 0px;
  width: 100%;
  height: auto;
  line-height: normal;
}
.custom_selectjs .auth_object {
  position: relative !important;
  width: 42px;
  margin: 0 7px 0 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: relative;
  border: 1px solid #8C8C8C;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: unset;
  right: unset;
}
.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: unset;
  position: relative;
  left: unset;
  display: block;
  margin: 0 -1px 0 0;
}
.iti{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
}
.iti__flag-container{
  position: unset;
}
.iti__flag {
  display: none;
}
.iti--separate-dial-code .iti__selected-flag, .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{
  background: transparent;
  padding: 0;
}
.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code{margin-left: 0;}
.custom_teleph {
  font-size: 14px;
  font-weight: 600;
  color: #151515;
  background: #FBFBFB;
  border: 0.8px solid #DCDCDC;
  border-radius: 22px;
  display: block;
  padding: 20px 20px 20px 55px;
  width: 100%;
  height: auto;
  line-height: normal;
}
.custom_teleph input {
  font-size: 14px;
  font-weight: 600;
  color: #151515;
  width: 100%;
  border: none;
  background: transparent;
  outline: none !important;
 padding: 0 !important;
}
.rsend_link{
  font-size: 16px;
  font-weight: 600;
  color: #151515;
  text-decoration: underline;
  display: block;
  width: fit-content;
  margin: auto;
}
.rsend_link:hover{
  color: #F97E49;
}
.otp_box {
  display: flex;
  align-items: center;
  gap: 0px;
}
.otp_box .form-control {
  padding: 10px 10px;
  max-width: 74px;
  height: 74px;
  margin: 0 auto;
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  text-align: center;
}

/*------ HOME PAGE ------*/
#banner{
  padding: 30px 0;
}
.tag{
  font-size: 14px;
  font-weight: 600;
  color: #F97E49;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.content_box h1{
  font-size: 54px;
  font-weight: 300;
  color: #1D1F44;
  margin-bottom: 0rem;
}
.content_box h1 strong{
  color: #27B19A;
}
.content_box h2{
  font-size: 32px;
  font-weight: 700;
  color: #0F0A16;
}
.content_box h2 strong{
  font-weight: 700;
  color: #27B19A;
}
.text_object {
  margin-bottom: 15px;
  height: 70px;
  max-width: 100%;
}
.content_box h1 b{
  font-weight: 600;
}
.content_box p{
  font-size: 16px;
  font-weight: 400;
  color: rgb(21 21 21 / 70%);
  line-height: 1.7;
  margin-bottom: 20px;
}
.content_box ul{
  margin-bottom: 30px;
}
.content_box ul li{
  font-size: 14px;
  font-weight: 600;
  color: #0F0A16;
  margin-bottom: 0.5rem;
  display: grid;
  gap: 10px;
  grid-auto-flow: column;
  justify-content: flex-start;
}
.content_box ul li span{
  width: 22px;
  height: 22px;
  background: #F97E4926;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.get_btn{
  box-shadow: 0px 10px 18px 0px #27B19A38;
  border: 2px solid #27B19A;
  background: #27B19A;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: unset;
  max-width: 155px;
  width: 100%;
  display: block;
  padding: 10px 10px;
  text-align: center;
}
.get_btn:hover{
  color: #27B19A;
  background: #FFFFFF;
}
#brand{
  background: #27B19A1A;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#brand img{
  cursor: pointer;
  max-width: 200px;
  height: auto;
  object-fit: contain;
  width: unset;
}
#about{
  padding: 80px 0;
  position: relative;
}
#about:after{
  content: "";
  background: url("../images/home/vector.png") no-repeat;
  background-position: left bottom;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 120px;
}
#job{
  background: url("../images/home/job_bg.png") no-repeat;
    background-position: top;
    background-size: 100% 373px;
    position: relative;
    width: 100%;
    padding: 80px 0;
}
#job .content_box h2{
  color: #FFFFFF;
}
#job .content_box p{
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}
.jobs__blog, .property__blog {
  box-shadow: 0px 14px 14px 0px #2C31370D;
  background: #fff;
  border-radius: 24px;
  padding: 15px;
  display: block;
  position: relative;
  border: 1px solid #DCDCDC;
  max-height: 400px;
  min-height: 370px;
}
.jobs__blog img {
  border-radius: 111px;
  max-width: 88px;
  height: 88px;
  text-align: center;
  margin: 0 auto 15px;
  border: 6px solid #FFFFFF;
}
.jobs__blog:before {
  content: "";
  display: block;
  height: 92px;
  background: rgb(249 126 73 / 20%);
  border-radius: 10px;
  margin: 0 0 -45px;
}
.jobs__blog h6 {
  font-size: 18px;
  font-weight: 600;
  color: #151515;
  display: block;
  text-align: center;
  margin-bottom: 3px;
}
.jobs__blog span {
  font-size: 16px;
  font-weight: 600;
  color: #F97E49;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.jobs__blog ul li span {
  font-size: 13px;
  font-weight: 500;
  color: rgb(21 21 21 / 70%);
  display: inline-grid;
  text-align: left;
  margin-bottom: 0;
}
.jobs__blog ul li {
  display: grid;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  padding-right: 12px;
  margin-right: 12px;
}
.jobs__blog ul li svg path {stroke: rgb(21 21 21 / 70%);}
.jobs__blog ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 8px;
  margin-bottom: 8px;
}
.jobs__blog ul li:first-child {
  border-right: 1px solid rgb(21 21 21 / 40%);  
}
.jobs__blog p {
  font-size: 14px;
  font-weight: 500;
  color: #15151599;
  margin-bottom: 0;
}
.jobs__blog p a {
  font-weight: 700;
  color: #F97E49;
}
.jobs__blog p a:hover{
  color: #27b19a;
}
#job .content_box, #property .content_box {
  margin: 30px 0 50px;
}
#job .get_btn, #property .get_btn {
  margin: 50px auto 0;
}
.owl-jobs .owl-nav button {
  background: #F97E49 !important;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.owl-jobs .owl-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0px, -95px);
}
.owl-jobs .owl-stage-outer {
  overflow: unset;
}
.owl-jobs .owl-item.cloned, .owl-jobs .owl-item {opacity: 0;}
.owl-jobs .owl-item.active, .owl-jobs .owl-item.cloned.active, .owl-jobs .owl-item.active + .owl-item {opacity: 1;}
#customer{
  padding: 50px 0;
}
#property{
  background: url("../images/home/property_bg.png") no-repeat;
  background-position: top;
  background-size: 100% 373px;
  position: relative;
  width: 100%;
  padding: 80px 0;
}
#property .content_box h2{
  color: #FFFFFF;
}
#property .content_box p{
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}
.owl-property .owl-nav button {
  background: #FFFFFF !important;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.owl-property .owl-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0px, -95px);
}
.owl-property .owl-stage-outer {
  overflow: unset;
}
.owl-property .owl-nav button{
 transform: rotate(180deg);
 margin: -2px 0 0;
}
.owl-property .owl-item.cloned, .owl-property .owl-item {opacity: 0;}
.owl-property .owl-item.active, .owl-property .owl-item.cloned.active, .owl-property .owl-item.active + .owl-item {opacity: 1;}
.property__blog h6{
  font-size: 18px;
  font-weight: 700;
  color: #151515;
}
.property__blog img {
  border-radius: 16px;
  height: 163px;
  object-fit: cover;
  margin-bottom: 15px;
}
.property__blog p {
  font-size: 14px;
  font-weight: 500;
  color: #151515;
}
.property__blog ul li span {
  font-size: 14px;
  font-weight: 600;
  color: #151515;
}
.property__blog ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  margin-bottom: 10px;
}
.property__blog ul li {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 7px;
}
.property__blog span {
  font-size: 17px;
  font-weight: 700;
  color: #151515;
}
#contact {
  padding: 0 0 50px;
}
.contact__blog {
  box-shadow: 0px 24px 34px 0px #545AFA26;
  background: #FED36C;
  border-radius: 38px;
  padding: 40px;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 20px;
}
.contact_btn {
  box-shadow: 0px 12px 28px 0px #AC790087;
  border-radius: 29px;
  background: #fff;
  font-size: 18px;
  font-weight: 600;
  color: #27B19A;
  padding: 10px 10px;
  max-width: 155px;
  width: 100%;
  display: block;
  text-align: center;
}
.contact_btn:hover{
  background: #27B19A;
  box-shadow: 0px 10px 18px 0px #27B19A38;
  color: #FFFFFF;
}
.contact__blog p {font-size: 18px;font-weight: 400;margin-bottom: 0;}
.flex_content h6 {
  font-size: 18px;
  font-weight: 400;
  color: #151515;
  margin-bottom: 0;
}
.flex_content span {
  font-size: 16px;
  font-weight: 400;
  color: rgb(21 21 21 / 50%);
}
.flex_content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.star_rating {
  margin: 10px 0 0 !important;
  display: flex;
  align-items: center;
  gap: 10px;
}
.client_said {
  display: grid;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
/*------ Profile ------*/
.filter__blog {
  box-shadow: 0px 4px 8px 0px #00000012;
  background: #FFFFFF;
  border-radius: 14px;
}
.filter__blog li {
  border-bottom: 0.7px solid #E1E1E1;
}
.filter__blog li.active{
  background: rgba(39, 177, 154, 0.10);
}
.filter__blog li:first-child.active{
  border-radius: 14px 14px 0 0;
}
.filter__blog li:last-child.active{
  border-radius: 0 0 14px 14px;
}
.filter__blog li:last-child{border-bottom: none;}
.filter__blog span {
  font-size: 15px;
  font-weight: 600;
  color: #232323;
  gap: 10px;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  white-space: nowrap;
}
.filter__blog span img{
  width: 22px;
  height: 22px;
  position: relative;
  top: -2px;
}
.filter__blog li a {
  padding: 22px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#general {
  padding: 50px 0;
}
.account__blog {
  box-shadow: 0px 4px 12px 0px #00000014;
  border-radius: 15px;
}
.account_headpart h5 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0;
  display: inline-block;
  white-space: nowrap;
}
.account_headpart {
  padding: 30px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
.account_headpart:after {
  content: "";
  width: 100%;
  display: block;
  height: 1px;
  background: rgb(0 0 0 / 20%);
}
.profile__blog {
  text-align: center;
  display: block;
  padding: 0 0 30px;
}
.profile__blog:before {
  content: "";
  background: rgb(39 177 154 / 10%);
  width: 100%;
  height: 140px;
  display: block;
}
.profile__icon {
  margin: -70px 0 0;
  border: 5px solid #3A53A41A;
  border-radius: 50%;
  margin-bottom: 20px;
  width:100px !important;
}
.profile__blog h4 {
  font-size: 20px;
  font-weight: 700;
  color: #151515;
  margin-bottom: 4px;
  line-height: normal;
}
.profile__blog span {
  font-size: 16px;
  font-weight: 500;
  color: #151515;
}
.profile__blog ul li h5 {
  font-size: 24px;
  font-weight: 700;
  color: #F97E49;
}
.profile__blog ul li h6 {
  font-size: 22px;
  font-weight: 600;
  color: rgb(21 21 21 / 70%);
  margin-bottom: 0;
}
.profile__blog ul li {
  max-width: 139px;
  width: 100%;
  height: 85px;
  background: rgb(249 126 73 / 10%);
  border-radius: 20px;
  padding: 10px;
}
.profile__blog ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
}
.profile__blog .get_btn {
  border-radius: 22px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 197px;
  padding: 12px 10px;
}
.profile__blog .get_btn:hover svg path {
  stroke: #27B19A;
}
/* job listing */
.wd-job-search{
  padding: 40px 0 0;
  position: relative;
}
.wd-job-filter{
  box-shadow: 0px 4px 14px 0px #0000000D;
  background: #fff;
  padding: 9px 20px;
  margin: 0 0 20px;
  border-radius: 16px;
}
.form-group-main {
  background: #FFFFFF;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
.form-group-main .form-group{
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
 width: 100%;
}
.form-group-main .form-group svg {
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: 0px 0px;
  width: 20px;
  height: 22px;
  object-fit: contain;
}
.wd-job-filter .form-control{
  border: none;
  height: auto;
  padding: 0 25px !important;
}
.form-group-main .form-group::after{
  content: "";
  width: 1px;
  height: 24px;
  display: inline-block;
  position: relative;
  background: rgba(21, 21, 21, 0.40);
  margin-left: 15px;
}
.wd-search-btn{
  background: #27B19A;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 10px;
}
.form-group-main .wd-search-btn svg{
  position: relative;
}
.form-group-main .form-control:focus{
  box-shadow: none;
}
.wd-sidebar-fltr{
  box-shadow: 0px 0px 10px 0px #0000001A;
  background: #fff;
  padding: 20px;
  border-radius: 10.53px;
  position: relative;
}
.wd-srch-form h5{
  color: #151515;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.wd-srch-form .form-group {
  margin-bottom: 25px;
  position: relative;
}
.wd-srch-form .form-group svg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 14px 15px;
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.wd-srch-form .form-control {
  height: auto;
  line-height: normal;
  padding: 14px 16px 14px 46px;
  font-size: 15px;
  width: 100%;
  position: relative;
  border: 1px solid #DCDCDC;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: rgba(21, 21, 21, 0.80);
}
.wd-srch-form .custom-select-js {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 600;
  color: rgba(21, 21, 21, 0.80);
  border: 1px solid #DCDCDC;
  border-radius: 14px;
  padding: 9px 16px 9px 46px;
  width: 100%;
  height: auto;
  line-height: normal;
}
.wd-srch-form .select2-container--default .select2-selection--single{padding: 0;}
.wd-pb-60{
  padding-bottom: 60px;
}
.wd-cstm-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.wd-cstm-checkbox label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0 !important;
  font-size: 16px;
  font-weight: 400;
  color: rgba(21, 21, 21, 0.60);
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wd-cstm-checkbox label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #E1E1E1;
  border-radius: 6px;
  padding: 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 14px;
  width: 26px;
  height: 26px;
}
.wd-cstm-checkbox input:checked + label:before{
  border: 1px solid transparent;
  background: #F97E49;
}
.wd-cstm-checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.wd-cstm-checkbox p{
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wd-cstm-checkbox small {
  font-size: 12px;
  font-weight: 400;
  color: #00000080;
  background: #F1F1F1;
  border-radius: 4px;
  padding: 0px 5px;
}
/* two-point range slider */
.noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
  z-index: 10;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.noUi-horizontal {
  height: 2px;
}
.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #F97E49;
}
.noUi-background {
  background: #CCC4C2;
}
.noUi-connect {
  background: #F97E49;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-origin {
  border-radius: 2px;
}
.noUi-target {
  border-radius: 2px;
}
.noUi-draggable {
  cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.noUi-handle:active {
  border: 2px solid rgba(249, 126, 73, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -8px;
}
[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}
.slider-labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px 0 0;
}
.slider-labels span{
  font-size: 14px;
  font-weight: 600;
  color: #F97E49;
}
.custom_rangeslider {
  margin: 20px 0 0;
}
/* range css end */
.filter-btngrp{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.wd-apply-btn{
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  box-shadow: 0px 4px 62px 0px #99ABC62E;
  background: #27B19A;
  border: 1px solid #27B19A;
  padding: 12px 20px;
  border-radius: 20px;
  display: inline-block;
  white-space: nowrap;
}
.wd-reset-btn{
  font-size: 16px;
  font-weight: 500;
  color: rgba(21, 21, 21, 0.80);
  display: inline-block;
  border: none;
  background: transparent;
  padding: 12px 20px;
  border-radius: 20px;
  white-space: nowrap;
}
.wd-reset-btn:hover{
  color: #27B19A;
  font-weight: 600;
}
.wd-apply-btn:hover, .wd-apply-job:hover, .wd-msg-job:hover{
  background: transparent;
  color: #27B19A;
  border: 1px solid #27B19A;
}
.wd-job-listing h1, .wd-job-properties h1{
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}
.wd-job-listing h1 strong, .wd-job-properties h1 strong{
  font-weight: 700;
}
.wd-job-listing-box{
  box-shadow: 0px 4px 10px 0px #0000001A;
  background: #fff;
  padding: 18px;
  border-radius: 18px;
  margin-bottom: 14px;
  display: block;
}
.wd-job-list-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wd-job-lft{
  display: flex;
  align-items: center;
  gap: 20px;
}
.wd-job-icon img{
  width: 48px;
  max-width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
}
.wd-job-txt h3{
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #F97E49;
  margin-bottom: 6px;
}
.wd-job-txt p{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #151515;
  margin-bottom: 0;
}
.wd-hire-tag{
  background: #2679041C;
  padding: 2px 12px;
  border-radius: 7px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #267904;
  border: none;
}
.wd-job-points{
  display: flex;
  flex-wrap: wrap;
  margin: 14px 0 0;
}
.wd-job-points li {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  display: flex;
  gap: 8px;
  padding: 0 15px 0 0;
  margin: 0 15px 8px 0;
  border-right: 1px solid rgba(21, 21, 21, 0.40);
  color: rgba(21, 21, 21, 0.70);
}
.wd-job-points li:last-child{
  border-right: none;
}
.wd-job-points li svg{
  min-width: 20px;
  height: 20px;
}
.wd-job-midl p{
  font-size: 15px;
  font-weight: 500;
  color: rgba(21, 21, 21, 0.70);
  margin-bottom: 12px;
}
.wd-job-fotr{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wd-job-time{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #F97E49;
  margin: 0;
  white-space: nowrap;
}
/*----- Bookmark Checkbox ----*/
.wd-mr-bookmrk{
  position: relative;
  display: inline-block;
}
.wd-mr-bookmrk input[type="checkbox"] {
  display: none;
}
.wd-mr-bookmrk input[type="checkbox"] + label {
  position: relative;
  margin: 0;
  cursor: pointer;
}
.wd-mr-bookmrk input[type="checkbox"]:checked + label svg path{
  stroke: #F97E49;
  fill: #F97E49;
}
/*----- Bookmark Checkbox [ END ]----*/
.wd-apply-bokmark{
  display: flex;
  align-items: center;
  gap: 16px;
}
.wd-apply-job{
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  box-shadow: 0px 4px 62px 0px #99ABC62E;
  background: #27B19A;
  border: 1px solid #27B19A;
  padding: 7px 30px;
  display: inline-block;
  border-radius: 8px;
}
/* pagination */
.pagination{
  margin: 40px 0 0;
}
.pagination li a {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 7px !important;
  width: 42px;
  height: 42px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: rgba(21, 21, 21, 0.70);
  border: 2px solid transparent;
  margin: 0 3px;
}
.page-item.active .page-link{
  z-index: 0;
}
.pagination li.active a, .pagination li a:hover{
  border:2px solid #F97E49 !important;
  color: #F97E49 !important;
  background: transparent !important;
}
.pagination li.active a:hover svg path, .pagination li a:hover svg path{
  stroke: #F97E49;
}
.pagination li.page-prenxt a, .pagination li.page-prenxt a:hover{
  background: #F97E49;
  box-shadow: 0px 4px 8px 0px #0000001A;
}
/* pagination [END] */
/* job details */
.wd-job-dtls-blog, .wd-edit-job-blog{
  padding: 33px 0 60px;
  position: relative;
}
/* breadcrumbs */
.breadcrumb {
  padding: 0;
  margin: 0 0 20px;
  background-color: transparent;
  align-items: center;
}
.breadcrumb li a, .breadcrumb li{
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #F97E49;
  display: flex;
}
.breadcrumb li a svg{
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.breadcrumb li.active, .breadcrumb li.active a{
  color: rgba(0, 0, 0, 0.7);
}
.breadcrumb-item+.breadcrumb-item::before {
  display: none;
}
.break-arrows svg{
  margin: 0 10px;
}
.wd-msg-job{
  font-size: 16px;
  font-weight: 700;
  color: rgba(21, 21, 21, 0.7);
  box-shadow: 0px 4px 62px 0px #99ABC62E;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 7px 18px;
  display: inline-block;
  border-radius: 8px;
  text-align: center;
}
.wd-job-dtls-box{
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 18px;
  border-radius: 18px;
  margin-bottom: 20px;
}
.wd-job-title{
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #151515;
  margin-bottom: 10px;
}
.wd-job-dtls-box p, .wd-job-dtls-box ul li{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #151515;
  margin-bottom: 6px;
}
.wd-job-dtls-box ul{
  padding: 0 0 0 18px;
  margin: 0;
  list-style: disc;
}
.wd-job-dtls-box a{
  font-size: 14px;
  font-weight: 700;
  color: #3A53A4;
  margin: 10px 0 18px;
  display: block;
}
.wd-media-links{
  margin: 18px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.20);
}
.wd-media-links ul{
  list-style: none;
  display: flex;
  gap: 12px
}
.wd-media-links ul li a{
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin: 0;
  display: inline-block;
}
.wd-job-midl-small{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.wd-job-midl-small .wd-job-points li{
  font-size: 13px;
  padding: 0 7px 0 0;
  margin: 0 7px 8px 0;
}
.wd-job-dtls-blog .wd-job-txt p{
  font-size: 16px;
}
/* job properties */
.wd-job-filter .select2-container--default .select2-selection--single .select2-selection__rendered{
  padding: 0 25px;
}
.wd-srch-form .no-icon-select{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 600;
  color: rgba(21, 21, 21, 0.80);
  border: 1px solid #DCDCDC;
  border-radius: 14px;
  padding: 9px 16px;
  width: 100%;
  height: auto;
  line-height: normal;
}
.wd-property-box{
  box-shadow: 0px 4px 10px 0px #0000001A;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
  position: relative;
}
.wd-property-img img{
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 206px;
  min-width: 250px;
}
.wd-proprty-fotr{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wd-proprty-nm{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
  color: #151515;
}
.wd-property-top span{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgba(21, 21, 21, 0.6);
  display: block;
  margin-bottom: 10px;
}
.wd-property-mdl p{
  font-size: 14px;
  font-weight: 500;
  color: rgba(21, 21, 21, 0.7);
  margin-bottom: 12px;
}
.wd-property-skill{
  display: flex;
  flex-wrap: nowrap;
}
.wd-property-skill li{
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0.01em;
  color: rgba(21, 21, 21, 0.7);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  margin-right: 19px;
}
.wd-prize{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: rgba(21, 21, 21, 0.6);
  margin: 0;
  white-space: nowrap;
  display: block;
}
.wd-prize strong{
  font-weight: 700;
  color: #151515;
}
.energy-range-slider{
  margin: 20px 0 0;
}
.energy-range-slider .noUi-horizontal .noUi-handle{
  background-color: #fff;
  border: 1.5px solid #F97E49;
}
.wd-property-top{
  display: flex;
  justify-content: space-between;
}
.wd-property-top .wd-mr-bookmrk span{
  border: 1px solid #E3E3E3;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
/* property details*/
.wd-banner-area{
  padding-bottom: 20px;
}
.wd-banner-area .owl-carousel .owl-item img{
  height: 470px;
  object-fit: cover;
}
.wd-pro-describe-bx{
  box-shadow: 0px 4px 8px 0px #00000012;
  background: #FFFFFF;
  padding: 20px;
  margin-bottom: 16px;
}
.wd-property-tile h1{
  font-size: 22px;
  font-weight: 700;
  color: #151515;
  margin-bottom: 14px;
}
.wd-property-tile p{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgba(21, 21, 21, 0.60);
}
.wd-prize strong.wd-green{
  color: #27B19A;
}
.wd-brdr{
  padding: 0;
  margin: 20px 0;
  border-top: 0.7px solid #D0D0D0;
}
.wd-proprty-txt{
  font-size: 14px;
  font-weight: 500;
  color: rgba(21, 21, 21, 0.60);
  margin: 0;
}
.wd-feature-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wd-proprty-no{
  color: #F97E49;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.wd-feature-grid{
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  color: #fff;
  padding: 20px 20px 0;
}
.wd-feature-grp{
  display: flex;
  align-items: center;
  gap: 15px;
}
.wd-feature-txt h4{
  font-size: 14px;
  font-weight: 600;
  color: rgba(21, 21, 21, 0.70);
  margin-bottom: 2px;
}
.wd-feature-txt p{
  font-size: 12px;
  font-weight: 500;
  color: #989898;
  margin: 0;
}
.wd-charectristics ul{
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.wd-charectristics ul li{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #545454;
  margin: 0 0;
}
.wd-efficncy li{
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.wd-efficncy li p{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #7C7C7C;
  margin: 0;
}
.wd-efficncy li p:last-child{
  font-weight: 700;
  color: rgba(21, 21, 21, 0.90);
}
.wd-map-area img{
  height: 316px;
  object-fit: cover;
  width: 100%;
}
.wd-property-form{
  box-shadow: 0px 4px 8px 0px #00000012;
  background: #fff;
  border-radius: 16px;
}
.wd-map-area img{
  margin: 20px 0 0;
  height: 315px;
  object-fit: cover;
}
.wd-proprty-call{
  background: rgba(249, 126, 73, 0.1);
  border-radius: 16px 16px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.wd-proprty-lft{
  display: flex;
  align-items: center;
  gap: 12px;
}
.wd-proprty-icon img{
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 50%;
}
.wd-proprty-user h4{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 5px;
  color: #000;
}
.wd-proprty-user p{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #414141;
  margin: 0;
}
.wd-call-link{
  box-shadow: 0px 3px 4px 0px #F97E494D;
  background: #F97E49;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.wd-property-form .auth_box{
  padding: 20px;
}
.wd-property-form .auth_box textarea.form-control{
  height: 200px !important;
  padding: 18px;
}
.create-job-btn{
  background: #27B19A;
  padding: 12px 22px;
  border: 1px solid #27B19A;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  border-radius: 15px;
  color: #fff;
  white-space: nowrap;
  display: flex;
  gap: 5px;
  align-items: center;
}
.wd-job-blog, .change-pswrd-blog{
  box-shadow: 0px 4px 12px 0px #00000014;
  border-radius: 15px;
  padding: 22px 30px;
  background: #fff;
}
.wd-job-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  position: relative;
  margin: 0 0 10px;
}
.wd-job-top h1{
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0;
  display:flex;
  white-space: nowrap;
  position: relative;
}
.title-line svg{
  max-width: 100%;
}
/* 3 dots button */
.wd-grp-option{
  position: relative;
  padding: 0 0 0 10px;
}
.wd-dot-icon{
  background: none;
  border: none;
}
.wd-dropdown-menu {
  border-radius: 14px;
  background: #fff;
  box-shadow: 4px 4px 15px 0px #00000036;
  display: none;
  position: absolute;
  left: auto;
  right: 0;
  padding: 0;
  white-space: nowrap;
  z-index: 1;
}
.wd-grp-option:hover .wd-dropdown-menu{
  display: block !important;
}
.wd-dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  color: #151515;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-bottom: 1px solid #0000004D;
  margin: 0;
  padding: 10px 22px 10px 10px;
}
.wd-dropdown-menu .dropdown-item:hover{
  color: #27B19A;
  background: transparent;
}
.wd-dropdown-menu .dropdown-item:hover svg path{
  stroke: #27B19A;
}
.wd-dropdown-menu .dropdown-item:last-child{
  border-bottom: none;
}
.wd-like-txt a{
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
/* ----- 3 dots button  [ END] ------- */
.wd-edit-dtls .auth_box textarea.form-control{
  height: 200px;
  padding: 25px;
}
.wd-send-btn{
  box-shadow: 0px 4px 9px 0px #27B19A3B;
  background: #27B19A;
  border: 1px solid #27B19A;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: block;
  padding: 14px 30px;
  width: 100%;
  border-radius: 22px;
}
.wd-visit-btn{
  box-shadow: none;
  background: #1515151A;
  border: 1px solid #1515151A;
  font-size: 16px;
  font-weight: 700;
  color: #151515;
  text-align: center;
  display: block;
  padding: 14px 30px;
  width: 100%;
  border-radius: 22px;
}
.wd-send-btn:hover, .wd-visit-btn:hover{
  background: transparent;
  color: #27B19A;
  border: 1px solid #27B19A;
}
/* hire job modal */
.wd-profl-modal .modal-content{
  border-radius: 16px;
  border: none;
  background-color: #fff;
  box-shadow: 0px 14px 11px 0px #00000021;
}
.wd-profl-modal .modal-header{
  justify-content: center;
  padding: 20px 0;
  border-bottom: 1px solid #0000001A;
}
.wd-profl-modal .modal-title{
  color: #151515;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.wd-profl-modal .modal-header .close{
  position: absolute;
  background: none;
  top: 0;
  right: 0;
  margin: 18px 18px 0 0;
  padding: 0;
  width: 14px;
  height: 14px;
  opacity: 0.8;
  border: none;
}
.wd-profl-modal .modal-header .btn-close:hover{
  opacity: 1;
}
.wd-profl-modal .modal-body{
  padding: 20px 30px 0;
}
.wd-confrm-title{
  color: rgb(21 21 21 / 90%);
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 0;
}
.wd-profl-modal .modal-footer{
  border: none;
  justify-content: center;
  padding: 30px;
  gap: 30px;
}
.wd-modal-btn{
  flex-wrap: nowrap;
}
.wd-modal-btn button{
  padding: 15px 24px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  border-radius: 22px;
  width: 100%;
  text-align: center;
  line-height: normal;
  margin: 0;
}
.wd-no-btn{
  color: #151515;
  border: 1px solid #15151533;
  background: #1515151A;
}
.wd-yes-btn{
  box-shadow: 0px 4px 9px 0px #27B19A3B;
  background: #27B19A;
  border: none;
  color: #fff;
  border: 1px solid #27B19A;
}
.wd-yes-btn:hover{
  color: #27B19A;
  background: transparent;
}
.wd-no-btn:hover{
  background: transparent;
}
/* job modal */
/* applicants */
.wd-applicatnt-box{
  box-shadow: 0px 4px 10px 0px #0000001A;
  background: #fff;
  padding: 18px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.20);
}
.wd-applicant-area{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.20);
  padding: 0 0 14px;
  margin: 14px 0 0;
}
.wd-applicant-area:last-child{
  border-bottom: none;
}
.wd-applicant-lft{
  display: flex;
  align-items: center;
  gap: 14px;
}
.wd-hire-btn{
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 5px 30px;
  display: inline-block;
  background: #27B19A;
  border:1px solid #27B19A;
  border-radius: 8px;
}
.wd-hire-btn:hover{
  background: transparent;
  color: #27B19A;
}
.wd-applicant-lft img{
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.wd-applicant-lft h3{
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #000;
  margin: 0;
}
.wd-applicant-rght{
  display: flex;
  align-items: center;
  gap: 8px;
}
.wd-hired-tag{
  background: #1515151A;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #151515;
  padding: 6.5px 8.5px;
  display: inline-block;
  border-radius: 8px;
  line-height: normal;
}
.wd-delete-job{
  background: #FF4B4B;
  width: 29px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
}
.wd-edit-job-box{
  box-shadow: 0px 4px 12px 0px #00000014;
  background: #fff;
  padding: 46px 49px 30px 30px;
  border-radius: 15px;
}
.wd-edit-dtls{
  border: 0.9px solid #DDDDDD;
  padding: 0 30px 30px;
  border-radius: 10px;
  position: relative;
  margin: 0 0 36px 0;
}
.wd-edit-dtls h1{
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin: -20px 0 22px;
  padding: 9px;
  background: #fff;
  display: inline-block;
  position: absolute;
}
.wd-edit-job-box .form-group{
  position: relative;
  margin-bottom: 20px;
}
.wd-edit-job-box .form-group label{
  font-size: 14px;
  font-weight: 500;
  color: #151515;
}
.wd-edit-job-box .form-control{
  background: #FBFBFB;
  border: 0.8px solid #DCDCDC;
  border-radius: 22px;
  height: auto;
  padding: 15px 25px;
  width: 100%;
}
.wd-edit-job-box .custom_selectjs{
  padding: 15px 25px;
}
.wd-edit-job-box textarea.form-control{
  height: 163px;
}
/* upload image */
.wd-file-upload{
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.input-preview {
	border: 1px dashed #DCDCDC;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
  flex-direction: column;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	transition: ease-in-out 750ms;
  width: 100px;
  height: 100px;
  margin: 0;
}
.input-preview__src{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100px;
  height: 100%;
  display: block;
  opacity: 0;
}
.wd-file-upload h5{
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin: 0;
}
.wd-save-btn{
  font-size: 16px;
  font-weight: 700;
  padding: 20px 24px;
  display: block;
  width: 50%;
  margin: 0 auto;
  background: #27B19A;
  box-shadow: 0px 4px 9px 0px #27B19A3B;
  border-radius: 22px;
  color: #fff;
  border: 1px solid #27B19A;
}
.wd-save-btn:hover{
  color: #27B19A;
  background: transparent;
}
/* custom checkbox */
.custome-checkbox{
  display: flex;
  align-items: center;
  gap: 10px;
}
.custome-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.custome-checkbox label{
  position: relative;
  padding: 0 0 0 30px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #545454;
  margin-bottom: 0;
}
.custome-checkbox label::before {
  content: '';
  position: absolute;
  cursor: pointer;
  display: block;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #27B19A;
  background: #fff;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.custome-checkbox input:checked + label::before{
  background: #27B19A;
}
.custome-checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 7px;
  width: 7px;
  height: 13px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* save nav */
.wd-job-blog .nav{
  border: 1px solid #EBEBEB;
  border-radius: 14px;
  padding: 5px;
  margin: 0 auto 20px;
  width: fit-content;
}
.wd-job-blog .nav .nav-link{
  padding: 10px 62px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 14px;
  color: rgba(21, 21, 21, 0.60);
  min-width: 160px;
  margin: 0;
}

.wd-job-blog .nav .nav-link.active{
  background: #F97E49;
  color: #fff;
}
.change-pswrd-blog .auth_box{
  width: 50%;
  margin: 30px auto;
}
.change-pswrd-blog .auth_box .wd-send-btn{
  width: 80%;
  margin: 25px auto 0;
}
/* privacy Policy40 */
.policy-blog{
  padding: 40px 0 60px;
}
.policy-blog h1, .wd-contact-blog h1{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 30px;
}
.wd-policy-area{
  padding: 30px 26px 20px 20px;
  box-shadow: 0px 4px 12px 0px #00000014;
  background: #FFFFFF;
  border-radius: 15px;
}
.wd-policy-logo {
  margin: 0 auto 30px;
  text-align: center;
  display: block;
}
.wd-policy-logo img{
  height: 70px;
  object-fit: contain;
}
.wd-policy-listing{
  padding: 0;
  margin: 0;
  list-style: none;
}
.wd-policy-listing li{
  font-size: 16px;
  font-weight: 400;
  color: #263238;
  display: block;
  margin-bottom: 10px;
}
.wd-policy-listing li strong{
  font-weight: 600;
}
/* contact us */
.wd-contact-blog{
  padding: 40px 0 60px;
  position: relative;
}
.wd-contact-box{
  background: #FFFFFF;
  box-shadow: 0px 4px 12px 0px #00000014;
  border-radius: 15px;
}
.wd-contact-img{
  background: url(../images/contact-us.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 609px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 15px 0 0 15px;
}
.wd-contact-img img{
  height: 92px;
  object-fit: contain;
  margin-bottom: 20px;
}
.wd-contact-img h2{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  color: #fff;
}
.wd-contact-form{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px 50px;
}
.wd-contact-form h2{
  font-size: 25px;
  font-weight: 700;
  color: #151515;
  margin-bottom: 12px;
}
.wd-contact-form p{
  font-size: 18px;
  font-weight: 500;
  color: rgba(21, 21, 21, 0.60);
  margin-bottom: 20px;
}
.wd-contact-form .auth_box{
  width: 100%;
}
.wd-contact-form textarea.form-control{
  min-height: 150px;
  padding: 20px 15px 15px 56px;
}
.wd-contact-form .auth_box .msg{
  margin: 12px;
}
.wd-contact-box .wd-send-btn{
  width: 80%;
  margin: 0 auto;
}
/* chat */
.wd-chat-area{
  padding: 30px 0 60px;
  position: relative;
}
/* edit profile modal */
.edit-profl-modal .modal-content{
  background: #FBFBFB;
  border-radius: 30px;
}
.edit-profl-modal .modal-header{
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 27px 0 0;
  border-bottom: none;
}
.edit-profl-modal .modal-header h5{
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}
.edit-profl-modal .modal-header .close{
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 20px 20px 0 auto;
}
/* edit Profile */
.avatar-upload {
  position: relative;
  max-width: 110px;
  margin: 0 auto;
}
.avatar-upload .avatar-edit {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  bottom: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #27B19A;
  border: 1px solid #fff;
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  margin: 0 auto -25px;
}
.avatar-upload .avatar-preview {
  width: 110px;
  height: 110px;
  position: relative;
  border-radius: 100%;
  border: none;
  border: 5px solid #27B19A1A;
  border-radius: 50%;
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* properety accordiaon */
.wd-cntry-accordion{
  overflow-y: auto;
  max-height: 500px;
}

.wd-cntry-accordion .card{
  border: 1px solid #DCDCDC;
  border-radius: 14px;
  margin-bottom: 25px;
}
.wd-cntry-accordion .card-header {
  padding: 15px 16px;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: none;
  border-radius: 0;
}
.wd-cntry-accordion .card-header h5{
  font-size: 14px;
  font-weight: 600;
  color: #8C8C8C; 
  letter-spacing: 0.02em;
  margin: 0;
}
.wd-cntry-accordion .card-link{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-link-right{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.wd-accordion-icon{
  border-radius: 3px;
  border: 1.5px solid #8C8C8C;
  background: #fff;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8c8c8c;
}
.wd-cntry-accordion [data-toggle=collapse] .wd-accordion-icon:before {
  content: "\f068";
  color: #8c8c8c;
  font-weight: 500;
  font-size: 8px;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
}
.wd-cntry-accordion [data-toggle=collapse].collapsed .wd-accordion-icon:before {
  content: "\f067";
  font-family: 'Font Awesome 5 Free';
  color: #8c8c8c;
  font-weight: 500;
  font-size: 8px;
  font-weight: 900;
}
.wd-cntry-accordion .card-body{
  background: rgba(222, 222, 222, 0.4);
  padding: 0 28px 10px 18px;
  border-radius: 0 0 14px 14px;
}
.wd-proprty-lst li{
  display: block;
  padding: 6px 0;
}
.wd-proprty-lst li:first-child{
  padding-top: 12px;
}
/* fiter sidebar */
#sidebarToggle {
  padding: 0;
  border: none;
  background: #27B19A;
  display: none;
  margin-right: 28px;
  position: fixed;
  left: 0;
  top: 0;
  margin-left: 0;
  border-radius: 0 6px 6px 0;
  width: 40px;
  height: 35px;
  z-index: 1;
}
#sidebarToggle i{
  color: #fff;
}

/*------ after changes on figma css ------*/
.uploader {
  display: block;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
.uploader label {
  width: 100%;
  text-align: center;
  background: #fff;
  height: 122px;
  user-select: none;
  border: 0.8px dashed #C2C2C2;
  border-radius: 22px;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#start {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 10px;}
.uploader #start.hidden {
  display: none;
}

.uploader #response {
  float: left;
  clear: both;
  width: 100%;
}
.uploader #response.hidden {
  display: none;
}
.uploader #response #messages {
  margin-bottom: 0.5rem;
}
.uploader #file-image {
  display: inline;
  margin: 0 auto 0.5rem auto;
  width: auto;
  height: auto;
  max-width: 180px;
}
.uploader #file-image.hidden {
  display: none;
}
.uploader #notimage {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
.uploader input[type="file"] {
  display: none;
}
#start span {
  font-size: 16px;
  font-weight: 500;
  color: #151515;
}
.newcontent_applicant p{
  font-size: 13px;
  font-weight: 400;
  color: #000000CC;
  margin-bottom: 0;
}
.newcontent_applicant a{
  font-size: 13px;
  font-weight: 600;
  color: #27B19A;
  text-decoration: underline;
}
.job__applicant{
  display: flex;
  flex-flow: column;
}
.view_app_modal .wd-applicant-area {
  border: none;
  margin: 0 0 1rem;
  padding: 0;
}

.view_app_modal .wd-applicant-area img {
  width: 62px;
  height: 62px;
}

.view_app_modal .wd-applicant-area h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.view_app_modal .wd-applicant-area p {
  font-size: 16px;
  font-weight: 400;
  color: #000000CC;
}
.uploadcv_job__modal {
  border: 0.8px solid #DCDCDC;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.uploadcv_job__modal a {
  font-size: 16px;
  font-weight: 500;
  color: #27B19A;
}

.uploadcv_job__modal span {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

.uploaded__pdfsmp {
  display: flex;
  align-items: center;
  gap: 10px;
}
.msg__tagnw{
  width: 35px;
  height: 35px;
  background: #27B19A;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal{padding: 0 !important;}
/*----27-05-2024--*/
.owl_testimonial .owl-nav{
  display: flex;
  align-items: center;
  grid-gap: 18px;
}
.owl_testimonial .owl-nav button {
  background: #FFFFFF !important;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 10px 18px 0px #27B19A38;
}